{% block custom_css %} {% endblock %}
{% block content %} {% if search_form %}
{% for field in search_form %} {% if loop.first %}
{% endif%}
{{ field.label_tag()}}
{{ field.as_widget() }}
{% if loop.index is divisibleby 3 %}
{% endif %} {% if loop.last %}
{% endif %} {% endfor %}
查询
清除
{% endif %}
{% endblock %} {% block custom_js %} {% endblock %}